home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-17 | 682 b | 34 lines | [TEXT/MPS ] |
-
- # $Workfile: AppBar.make $
- # $Revision: 1.0 $
-
- # A pallette program, requiring system 7.1's Text Service Manager
-
- # © 1993 CE Software, Inc. All rights reserved.
-
- # WHEN WHO WHAT
-
- #•••••
- #
- #•••••
-
-
- AppBar ƒ AppBar.p.o AppBarUnit.p.o AppBarUnit.a.o AppBar.rsrc AppBar.make
- duplicate AppBar.rsrc AppBar -y
- Link AppBar.p.o AppBarUnit.p.o -w ∂
- AppBarUnit.a.o ∂
- -sg "Main" ∂
- {Libraries}Interface.o ∂
- {Libraries}Runtime.o ∂
- {PLibraries}Paslib.o ∂
- -br on -srtsg all ∂
- -o AppBar ∂
- -t 'APPL' -c 'AppB'
- Setfile -a B AppBar
-
- AppBar.p.o ƒ AppBar.p
- Pascal AppBar.p
-
- AppBar.rsrc ƒ AppBar.r
- rez types.r systypes.r AppBar.r -o AppBar.rsrc -t 'rsrc' -c 'rsed' -append
-